DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class
Members

In This Topic
    C1TableViewSource<T> Class
    In This Topic
    This class is the bridge between UIKit.UITableView and C1.DataCollection.C1DataCollection<T>. Using this class you'll get built-in sort, filter, grouping, refresh and load-on-demand features.
    Object Model
    C1TableViewSource<T> Class
    Syntax
    'Declaration
     
    Public Class C1TableViewSource(Of T As Class) 
       Inherits UIKit.UITableViewSource
       Implements Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIScrollViewDelegate 
    public class C1TableViewSource<T> : UIKit.UITableViewSource, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIScrollViewDelegate  
    where T: class
    Type Parameters
    T
    Remarks
    Inherit this class and implement GetItemCell and GetGroupTitle to set the cell appeareance as you wish.
    Inheritance Hierarchy

    System.Object
       Foundation.NSObject
          UIKit.UIScrollViewDelegate
             UIKit.UITableViewSource
                C1.iOS.DataCollection.C1TableViewSource<T>

    See Also